﻿@charset "utf-8";
/* CSS Document */
.tongyLink {
  width: 100%;
  background: #ffff;
  display: none;
  font-size: 0.14rem;
}
.tongyLink a {
  float: left;
  margin: 0 0.15rem;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  color: #666666;
}
body {
  margin: 0px;
  padding: 0px;
  font-size: 0.14rem;
  color: #2b2b2b;
  font-family: "微软雅黑";
  min-width: 12rem;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: "微软雅黑";
}
a {
  color: #2b2b2b;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: none;
}
ol,
ul,
li,
p,
h1,
h5,
h2,
h3,
h4,
h6 {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* 下拉导航条，纯样式表 */
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.index-nav {
  width: 100%;
  min-width: 12rem;
  height: 0.5rem;
  float: left;
  background: url(../pic/navbg.jpg) repeat-x;
  padding: 0 0 0 0;
}
.index-nav-frame {
  width: 12rem;
  margin: 0 auto;
  height: 0.5rem;
}
.Nptline {
  z-index: 100;
  width: 1.45rem;
  float: left;
  position: relative;
  display: block;
  outline: none;
  cursor: pointer;
  line-height: 0.5rem;
  text-align: center;
  margin: 0;
  font-size: 0.16rem;
}
.Nptline:hover .Nptcenter {
  height: auto;
  opacity: 1;
}
.Nptline .Nptul {
  color: #333;
  display: block;
  width: 1.45rem;
  height: 0.5rem;
}
.Nptul:hover {
  background: #006fd5;
  color: #ffffff;
}

.Nptcenter {
  width: 100%;
  opacity: 0;
  display: block;
  height: 0;
  position: absolute;
  overflow: hidden;
  transition: all 0.5s;
  background: #ccc;
  margin: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -o-transition: all 0.5s; /* Opera */
  z-index: 99;
}
.Nptcenter a {
  width: 100%;
  font-weight: normal;
  font-size: 0.16rem;
  text-align: center;
  color: #000;
  float: left;
  height: 0.4rem;
  line-height: 0.4rem;
  text-decoration: none;
  margin-bottom: 0.01rem;
}
.Nptcenter a:hover {
  background: #333;
  color: #fff;
}
.Nptline-focus:focus {
  display: none;
}

img {
  border: 0px;
}
form {
  margin: 0px;
  padding: 0px;
}
input,
textarea {
  outline: 0;
}
#titbj {
  float: left;
  height: 0.35rem;
  width: 100%;
  background: #d2d2d2;
}
#titbj h1,
#titbj h2 {
  width: 12rem;
  margin: 0 auto;
  height: 0.35rem;
  line-height: 0.35rem;
  font-size: 0.14rem;
  font-weight: normal;
}
.search_in {
  margin-left: 0.1rem; /* width: 2.5rem; */
  border: 1px solid #e5e5e5;
  padding: 0rem 0.3rem 0 0;
  font-size: 0.14rem;
  color: #9f9f9f;
  position: relative;
  float: right;
  background: #fff;
  margin-top: 0.04rem; /* border-radius: 0.06rem; */
  display: none;
}
.search_in form {
  /* width: 2.78rem; */
  height: 0.25rem;
  line-height: 0.25rem;
  display: block;
}
.search_in form input {
  background: none;
  border: 0 none;
  color: #333333;
}
.search_in form #search-i {
  width: 0.25rem;
  height: 0.25rem;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0px;
  background: url(http://c.b2b168.net/envip02/pic/search.png) no-repeat 0;
  background-size: 0.22rem;
}
.search_in form #search-bg input {
  line-height: 0.25rem;
  display: block;
  width: 1.8rem;
  padding-left: 0.1rem;
  border-right: 1px solid #f2f2f2;
}
.search_in form #search-i input {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#top {
  float: left;
  width: 100%;
  background: #ffffff;
  height: 0.9rem;
  padding: 0.2rem 0 0.2rem;
}
#top ul {
  width: 12rem;
  margin: 0 auto;
  height: 0.9rem;
}
#top ul h2 {
  float: left;
  width: 1.5rem;
  height: 0.9rem;
  font-size: 0px;
  position: relative;
}
#top ul h2 img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#top ul h2 a {
  width: 1.5rem;
  height: 0.9rem;
  float: left;
}
#top ul .li01 {
  float: left;
  width: 5.5rem;
  height: 0.9rem;
  padding: 0px 0 0 0.2rem;
}
#top ul .li01 .chinaname {
  font-weight: bold;
  float: left;
  width: 5.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.28rem;
  color: #016ed3;
}
#top ul .li01 .gjcname {
  font-size: 0.14rem;
  float: left;
  width: 5.5rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}
#top ul .li03 {
  float: right;
  padding: 0px 0 0 0;
}
#top ul .li03 img {
  width: 1.06rem;
  height: 0.9rem;
}
#top ul .li02 {
  float: right;
  padding: 0.25rem 0.1rem 0 0.65rem;
  height: 0.65rem;
  line-height: 0.2rem;
  text-align: left;
  background: url(../pic/tel.png) 0px 50% no-repeat;
  font-size: 0.16rem;
  background-size: 0.65rem 0.65rem;
}
#top ul .li02 span {
  font-size: 0.25rem;
  color: #016ed3;
  font-weight: bold;
  line-height: 0.35rem;
}
.W1200 {
  margin: 0 auto;
  width: 12rem;
  overflow: hidden;
  height: auto;
}
.header2 {
  overflow: hidden;
  width: 100%;
  list-style: none;
  height: 0.5rem;
  padding: 0px 0px 0px 0px;
  float: left;
  overflow: hidden;
  background: url(../pic/navbg.jpg) repeat-x;
}
.header2 .ul {
  width: 12rem;
  margin: 0 auto;
  height: 0.5rem;
}
.header2 ul li {
  float: left;
  text-align: center;
  width: 1.45rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
}
.header2 ul .span {
  color: #ffffff;
  display: block;
  text-decoration: none;
  text-align: center;
  width: 1.45rem;
  line-height: 0.5rem;
  float: left;
}
.header2 ul .span a {
  color: #2b2b2b;
  text-decoration: none;
  width: 1.45rem;
  line-height: 0.5rem;
  float: left;
}
.header2 ul .span a:hover {
  background: #006fd5;
  color: #ffffff;
  text-align: center;
  width: 1.45rem;
  line-height: 0.5rem;
  float: left;
}
.header2 ul .span01 {
  font: 0.16rem/0.5rem "微软雅黑";
  color: #2b2b2b;
  display: block;
  text-decoration: none;
  text-align: center;
  width: 1.45rem;
  line-height: 0.5rem;
}
.header2 ul .span01 a {
  color: #2b2b2b;
  text-decoration: none;
}
.header2 ul .span01 a:hover {
  background: #006fd5;
  color: #ffffff;
  text-align: center;
  width: 1.45rem;
  line-height: 0.5rem;
  float: left;
}
* {
  padding: 0px;
  margin: 0px;
}
.red {
  color: #ff0033;
}
input,
select,
button {
  font: 0.14rem Verdana, Arial, Tahoma;
  vertical-align: middle;
}
DIV.menu-list2 {
  position: absolute;
  width: 1.45rem;
  display: none;
  z-index: 9999; /*filter: Alpha(opacity=90);-moz-opacity:.90;opacity:0.90;*/
  background: #ccc;
  padding: 0px 0 0px 0;
}
DIV.menu-list2 UL LI {
  margin-bottom: 0.01rem;
  text-align: center;
  background: none;
}
DIV.menu-list2 UL LI A {
  line-height: 0.4rem;
  display: block;
  height: 0.4rem;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.16rem;
  font-weight: normal;
  margin: 0 auto;
}
DIV.menu-list2 UL LI A SPAN {
  width: 100%;
  display: block;
  height: 100%;
}
DIV.menu-list2 UL LI A:hover {
  color: #ffffff;
  background: #333;
}
.bn-alp {
  width: 100%;
  height: 5rem;
  position: relative;
  float: left;
  background: url(../pic/babber02.jpg) #ffed29 no-repeat;
  background-position: 50% 0%;
}
.bn-alp ul,
.bn-alp li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bn-alp .abox {
  height: 100%;
  position: relative;
}
.bn-alp .abox li {
  width: 100%;
  height: 5rem;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-color: #dddddd;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.bn-alp .abox li.on {
  z-index: 99;
}
.bn-alp .abox li img.bg {
  display: none;
}
.bn-alp .abox li a.b {
  display: block;
  width: 100%;
  height: 100%;
}
.i {
  bottom: 0.25rem;
  left: 50%;
transform: translateX(-50%);
  text-align: center;
  position: absolute;
  z-index: 100;
}
.i i {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../pic/ico-bn-alp.png) no-repeat -0.16rem 0;
  background-size: 0.32rem 0.16rem;
  cursor: pointer;
}
.i i.on {
  background-position: 0 0;
}

.flbt {
  background: url(../pic/wallpaper8.jpg) center center no-repeat;
  float: left;
  width: 100%;
  padding: 0.6rem 0 0.6rem 0;
}
.flbt .ul {
  width: 13rem;
  margin: 0 auto;
  overflow: hidden;
}
.flbt .ul .left1 {
  float: left;
  width: 0.5rem;
  background: url(../pic/leftjt.png) center center no-repeat;
  background-size: 0.76rem 0.77rem;
  height: 2.6rem;
}
.flbt .ul .right1 {
  float: right;
  width: 0.5rem;
  background: url(../pic/rightjt.png) center center no-repeat;
  background-size: 0.76rem 0.77rem;
  height: 2.6rem;
}
.flbt .ul .neirong {
  float: left;
  width: 12rem;
  height: 2.62rem;
  overflow: hidden;
}
.flbt .ul .neirong li {
  _display: inline;
  overflow: hidden;
  text-align: center;
  display: block;
  margin: 0 0.18rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  float: left;
}
.flbt .ul .neirong li a {
  display: block;
  position: relative;
}
.flbt .ul .neirong li a:hover {
  filter: brightness(120%);
}
.flbt .ul .neirong li img {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
}
.flbt .ul .neirong li p {
  text-align: center;
  color: #fff;
  margin-top: 0.05rem;
  background: #e10312;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  font-size: 0.18rem;
  line-height: 0.45rem;
}
.flbt .ul h3 {
  background: url(../pic/1_03.jpg) no-repeat center 0;
  background-size: 1.71rem 0.4rem;
  margin: 0 auto;
  width: 8rem;
  overflow: hidden;
  text-align: center;
  padding: 0.5rem 0 0.1rem 0;
  font-size: 0.32rem;
  color: #000;
}
.flbt .ul h3 a:hover {
  text-decoration: none;
}
.flbt .ul p{width:100%;float:left;text-align:center;font-size: 0.18rem;margin-bottom: 0.3rem;}
.product {
  width: 12rem;
  margin: 0 auto 0.4rem;
  height: 6.6rem;
  overflow: hidden;
}
.product .cplb {
  float: left;
  width: calc(3.68rem - 2px);
  margin: 0.2rem 0.15rem 0px 0.15rem;
  border: 1px solid #ededed;
  height: 3rem;
  overflow: hidden;
  color: #333333;
}
.product .cplb .li01 {
  float: left;
  width: 100%;
  height: 2.7rem;
  text-align: center;
  line-height: 2.7rem;
  font-family: "微软雅黑";
  overflow: hidden;
  position: relative;
  background: #ffffff;
}
.product .cplb .li02 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 0.14rem;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.3rem;
  height: 0.3rem;
  background: #7c7c7d;
  color: #fff;
}
.product .cplb .li01 img {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  max-width: 100%;
  max-height: 3.3rem;
}
.gg01 {
  width: 100%;
  height: 3.16rem;
  float: left;
  background: url(../pic/gg.jpg) no-repeat center;
  background-size: 100% 3.16rem;
}
.alzs {
  width: 100%;
  height: 7rem;
  float: left;
}
.alzs .alzsnr {
  width: 12rem;
  margin: 0 auto;
}
.alzs_left {
  width: 2.9rem;
  height: 6.4rem;
  background: #e4181f;
  float: left;
}
.alzs_left h3 {
  height: 0.96rem;
  color: #fff;
  background: url(../pic/1_07.jpg) top no-repeat;
  background-size: 2.45rem 0.39rem;
  margin-top: 0.9rem;
  font-size: 0.3rem;
  padding-top: 0.45rem;
  padding-left: 0.34rem;
}
.alzs_left p {
  font-size: 0.14rem;
  width: 2.25rem;
  height: 2.35rem;
  color: #fff;
  line-height: 0.24rem;
  margin-left: 0.34rem;
}
.alzs_left i {
  font-weight: bold;
  font-size: 0.36rem;
  color: #fff;
  margin-left: 0.22rem;
  font-style: inherit;
}
.alzs_left a {
  display: block;
  width: 1.5rem;
  height: 0.35rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  margin-top: 0.15rem;
  margin-left: 0.75rem;
}
.alzs_left a:hover {
  background: #fff;
  color: #e4181f;
}
.alzs_right {
  width: 9.1rem;
  height: 6.4rem;
  overflow: hidden;
  position: relative;
}
.alzs_right img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 9.1rem;
  max-height: 6.4rem;
  margin: auto;
}
.ysgg {
  width: 100%;
  height: 8rem;
  float: left;
}
.ggnr {
  width: 12rem;
  margin: 0 auto;
}
.ggnr li {
  width: 5.6rem;
  height: 3.95rem;
  margin-right: 0.2rem;
  margin-bottom: 0.05rem;
  position: relative;
  float: left;
  overflow: hidden;
}
.ggnr li img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 5.6rem;
  max-height: 3.95rem;
}

.about {
  background: #1573ca;
  width: 100%;
  color: #fff;
  overflow: hidden;
  float: left;
}
.about .aboutxq {
  width: 12rem;
  margin: 0 auto;
}
.about .aboutxq h3 {
  font-size: 0.32rem;
  text-align: center;
  background: url(../pic/1_11.jpg) no-repeat center 0.45rem;
  background-size: 6.8rem 0.35rem;
  padding-bottom: 0.43rem;
  margin: 0.47rem 0 0.45rem 0;
}
.about .aboutxq p {
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.about .aboutxq p a {
  color: #ffd200;
}

.topCon_2 {
  float: left;
  width: 100%;
  height: 2.67rem;
  padding: 0.2rem 0 0.2rem 0;
  background: #1573ca;
}
.topCon_2 .li01 {
  border: 1px #ccc solid;
  float: left;
  width: 2.6rem;
  height: 1.89rem;
  font-size: 0px;
  position: relative;
}
.topCon_2 .li01 img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 2.6rem;
  max-height: 1.89rem;
}
.topCon_2 .li02 {
  /* float:left; */
  width: 2.62rem;
  text-align: center;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.5rem;
}
.topCon_2 ul {
  border: 1px solid #cccccc;
  float: left;
  width: 2.62rem;
  height: 2.35rem;
  padding: 0.1rem;
  background: #ffffff;
}

.news {
  width: 100%;
  overflow: hidden;
  background: url(../pic/news.jpg) no-repeat center 0;
  background-size: auto 7.1rem;
  float: left;
}
.news .newsxq {
  width: 12rem;
  margin: 0 auto;
}
.news .newsxq .newsbt {
  width: 9.3rem;
  background: #fff;
  float: right;
  padding: 0.8rem 0 0 0.2rem;
}
.news .newsxq .newsbt b {
  background: url(../pic/icon.png) no-repeat left 0.03rem;
  background-size: 0.4rem 0.4rem;
  float: left;
  color: #f00;
  font-size: 0.32rem;
  padding-left: 0.45rem;
}
.news .newsxq .newsbt a {
  float: right;
  background: #f00;
  color: #fff;
  font-size: 0.16rem;
  padding: 0 0.1rem;
  line-height: 0.42rem;
}
.news .newsxq .newsnr {
  padding: 0.8rem 0.03rem 0.55rem 0.2rem;
  width: 9.3rem;
  float: right;
background: #fff;}
.news .newsxq .newsnr li {
  height: 1.3rem;
  margin-bottom: 0.21rem;
  overflow: hidden;
}
.inewsL {
  float: left;
  width: 6.5rem;
}
.inewsL a {
  font-weight: bold;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.inewsL a:hover {
  color: #ff9900;
}
.inewsL span {
  display: block;
  font-size: 0.13rem;
  line-height: 0.28rem;
  color: #666;
}
.inewsL p {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.27rem;
  height: 0.54rem;
  overflow: hidden;
}
.inewsR {
  float: right;
  width: 2rem;
  height: 1.3rem;
}
.inewsR img {
  width: 100%;
  height: 100%;
  display: block;
}
#contact {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 4rem;
  background: url(../pic/ditu.jpg) center no-repeat;
  background-size: 100% 4rem;
}
.contactnr {
  width: 12rem;
  margin: 0 auto;
}
.contactnr h3 {
  font-size: 0.32rem;
  text-align: center;
  padding: 0.4rem 0;
  background: url(../pic/1_14.png) no-repeat center 0.8rem;
  background-size: 6.8rem 0.32rem;
}
#contact ul {
  margin-top: 0.59rem;
  float: left;
}
#contact ul li {
  width: 3rem;
  float: left;
  text-align: center;
  font-size: 0.16rem;
}
#contact ul li img {
  width: 0.95rem;
  height: 0.95rem;
}
#contact ul li p {
  color: #000;
  line-height: 2;
}
.foot {
  width: 100%;
  float: left;
  background: #29282e;
  color: #fff;
}
.foot .footnr {
  width: 12rem;
  margin: 0 auto;
  padding: 0.2rem 0;
}
.footleft {
  width: 9.2rem;
  float: left;
}
.footleft p {
  font-size: 0.16rem;
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 0.1rem;
}
.footleft a {
  color: #fff;
  line-height: 0.4rem;
  border-right: 2px solid #fff;
  padding-right: 0.1rem;
  margin-right: 0.1rem;
  font-size: 0.16rem;
}
.footleft .footdb {
  white-space: pre;
  text-align: center;
  font-size: 0.16rem;
  border: none;
}
.footleft .footdb a {
  border: none;
}
.footleft .footdb a:hover {
  color: #ff0000;
}
.footright {
  float: right;
  width: 1.25rem;
}
.footright img {
  width: 1.25rem;
  height: 1.25rem;
}
.footright p {
  line-height: 0.22rem;
  font-size: 0.14rem;
  text-align: center;
  color: #c1c1c1;
}

.flbanner {
  width: 100%;
  height: 4.76rem;
  background: url(../pic/flbanner.jpg) no-repeat 50% 0;
  float: left;
}
.flbannerbt {
  width: 11rem;
  padding-top: 1.9rem;
  margin: 0 auto;
}
.flbannerbt ul {
  max-width: 12rem;
}
.flbannerbt a {
  color: #fff;
  font-size: 0.16rem;
  float: left;
  text-align: center;
  background: #f00;
  padding: 0.15rem 0.4rem;
  border-radius: 0.4rem;
  margin-right: 0.6rem;
}
.flbannerbt a:hover {
  background: #f9b718;
}

.gsabout {
  margin: 0 auto;
  width: 12rem;
  padding: 0.3rem 0;
  overflow: hidden;
}
.gsaboutxq {
  width: 9.5rem;
  float: right;
}
.gsaboutxq li {
  float: left;
  margin-right: 0.2rem;
  font-size: 0.2rem;
  line-height: 0.22rem;
  padding: 0.1rem 0.2rem;
  color: #fff;
  font-weight: bold;
}
.gsaboutxq .gsli01 {
  background: #0070d8;
}
.gsaboutxq .gsli02 {
  background: #e4181f;
  font-weight: normal;
  font-size: 0.16rem;
}
.gsaboutxq .gsli03 {
  background: #f9b718;
}
.gsaboutnr {
  width: 9.5rem;
  float: left;
  font-size: 0.16rem;
  margin-top: 0.3rem;
  line-height: 0.32rem;
  white-space: pre-wrap;
}

.productxq {
  width: 12rem;
  margin: 0 auto 0.4rem;
  overflow: hidden;
}
.productxq .algghm {
  float: right;
  width: 9.75rem;
}
.productxq .cplb {
  float: left;
  width: calc(2.9rem - 2px);
  margin: 0.05rem 0.05rem 0.15rem 0.2rem;
  border: 1px solid #ededed;
  padding: 0.04rem;
  background: #f0f0f0;
  height: 3.15rem;
  overflow: hidden;
  color: #333333;
  border-radius: 0.1rem;
}
.productxq .cplb:hover {
  box-shadow: 0px 0px 0.07rem #333;
  background: #f0f0f0;
}
.productxq .cplb .li01 {
  float: left;
  width: 2.9rem;
  height: 2.5rem;
  text-align: center;
  font-family: "微软雅黑";
  overflow: hidden;
  position: relative;
  background: #ffffff;
}
.productxq .cplb .li02 {
  float: left;
  width: 2.9rem;
  text-align: center;
  font-size: 0.16rem;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.35rem;
  height: 0.35rem;
  background: #f0f0f0;
  color: #2b2b2b;
}
.productxq .cplb .li01 img {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  max-width: 2.9rem;
  max-height: 2.5rem;
  border-radius: 0.1rem;
}
.productxq .cplb .li03 {
  font-size: 0.16rem;
  color: #ff0000;
  width: 2.9rem;
  text-align: center;
}
.productxq .cplb .li04 {
  font-size: 0.16rem;
  color: #666666;
  width: 2.9rem;
  text-align: center;
}

.hpage {
  width: 9.5rem;
  margin: 0 auto;
  text-align: center;
  padding: 0.4rem 0px 0.1rem 0px;
  color: #333333;
  float: left;
  font-size: 0.14rem;
}
.hpage span {
  color: #303030;
  padding: 0.06rem 0.12rem;
  border: 1px solid #333;
  margin-right: 0.12rem;
  border-radius: 0.05rem;
  color: #fff;
  background: #303030;
}
.hpage a {
  text-decoration: none;
  color: #303030;
  padding: 0.06rem 0.12rem;
  border: 1px solid #333;
  margin-right: 0.12rem;
  border-radius: 0.05rem;
}
.hpage a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #333;
  font-weight: bold;
  padding: 0.06rem 0.12rem;
}

.newslist {
  float: left;
  margin: 0.5rem auto;
  overflow: hidden;
}
.newslist li {
  width: 100%;
  font-weight: normal;
  overflow: hidden;
  padding: 0.5rem 0;
  margin-right: 0;
}
.newslist li span {
  color: #000;
  width: 0.8rem;
  float: left;
  font-size: 0.2rem;
  line-height: 0.4rem;
  text-align: center;
  border-right: 1px solid #c5c5c5;
  margin-right: 0.24rem;
  font-weight: bold;
}
.newslist li h3 {
  color: #000;
  font-size: 0.2rem;
  padding: 0 0 0.1rem 0;
}
.newslist li p {
  color: #666;
  font-size: 0.15rem;
}
.newslist li:hover {
  background: #0c82e8;
}
.newslist li:hover a,
.newslist li:hover p,
.newslist li:hover span,
.newslist li:hover h3 {
  color: #fff;
}

.xqym {
  width: 12rem;
  margin: 0 auto;
  padding: 0.15rem 0 0.6rem 0;
  overflow: hidden;
}
.xqym .alxqnr {
  width: 9.5rem;
  float: right;
}
.xqym .alxqnr h1 {
  text-align: center;
  margin: 0.2rem 0;
  font-size: 0.2rem;
  color: #000;
}
.xqym .alxqnr .summary {
  width: 9rem;
  margin: 0 auto;
  font-size: 0.16rem;
  line-height: 0.32rem;
  white-space: pre-wrap;
}

/* 内页-详细描述轮播 */

.house_con{ width:11.8rem; background:#ffffff; padding:0.09rem;border: 1px solid #dedede;box-shadow: 0 0.01rem 0.03rem rgba(0,37,55,0.05);;margin: 0 auto; overflow: hidden; margin-top: 0.2rem;display: none;margin-bottom:0.3rem}

.house_con .jieshao{ float:right; width:5.6rem;}
.house_con .jieshao h1{ float:left; width:5.5rem; font-size:0.18rem; line-height:0.3rem; max-height: 0.6rem; overflow:hidden; padding:0.1rem 0.1rem 0 0; margin-bottom:0.1rem;text-align: left}
.house_con .jieshao .price_con { float:left;padding-bottom: 0.05rem; width: 5.6rem; overflow: hidden; border-bottom:1px dashed #dedede}
.house_con .jieshao .price_con i { font-size: 0.3rem; font-weight: bold; color: #FF0000; font-style: normal;}
.house_con .jieshao .two{ float:left; line-height:0.25rem; font-size:0.14rem; color:#000000;padding:0.1rem 0 0.1rem 0; width:5.6rem;}
.house_con .jieshao .two font{ color:#999999; float:left; width:0.8rem;}
.house_con .jieshao .two span{ float:right; width:4.8rem;}
.house_con .jieshao .san{ float:left; line-height:0.3rem; font-size:0.14rem; color:#000000; width:5.6rem; padding:0.4rem 0 0 0}
.house_con .jieshao .san .zx{display: block;width: 2rem;height: 0.5rem;float: left;font-size: 0.22rem;color: #fff;line-height: 0.48rem;background: #e2011e;text-align: center;text-decoration: none;position: relative;transition: 0.3s all ease-in-out;}
.house_con .jieshao .san .zx img {position: absolute;top: 0.15rem;left: 0.2rem;}
.house_con .jieshao .san .zx:hover img{animation: ddh 0.8s ease-out both;}
.linex{border-bottom:1px dashed #dedede;}
.house_con_lf{position: relative; margin: 0 auto;float:left; width:6rem;}
.house_imgs{position: relative; z-index: 8; width: 100%; overflow: hidden;}
.house_bigImg{margin-bottom: 0.1rem;width: calc(6rem - 2px);height: 4.04rem;overflow: hidden;float:left;position:relative;border: 1px solid #e5e5e5;}
.house_bigImg img{margin: auto;left: -50%;right: -50%;top: -50%;bottom: -50%;position: absolute;max-width: 6rem;height: auto;}
.house_bigImg ul li{position: relative; z-index: 9;}
.project_img{width: 6.7rem; height: 4.45rem; overflow: hidden;}
.project_img dl{width:auto; height:4.45rem; overflow: hidden;}
.project_img dl dd{float: left; width: 6.7rem; height: 4.04rem;}
.house_smallImg{position: relative; margin-top: 0px; height: 0.67rem; overflow: hidden; float:left; width:5.4rem; margin-left:0.3rem; margin-right:0.3rem;}
.house_smallImg ul{width: 100%;}
.house_smallImg ul li{position:relative;float: left;width: 1rem;height: 0.65rem;margin-right:0.1rem;border: 1px #f3eded solid;overflow: hidden;}
.house_smallImg ul li.on{border: 1px #f23742 solid}
.house_smallImg ul li img{display: block; width: 1rem; height: 0.67rem; cursor: pointer;}
 .house_smallImg ul li.on img{width: 1rem;height: auto;position: absolute;margin: auto;top: 0;bottom: 0;}
 .house_smallImg ul li .bun_bg{display: block; position: absolute; bottom: 0; left: 0; z-index: 9; width: 1.26rem; height: 0.27rem; line-height: 0.26rem; text-align: center; font-size: 0.14rem; color: #FFF; background: rgba(0,0,0,0.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2f000000,endColorstr=#2f000000); cursor: pointer;}
 .house_smallImg ul li.on .bun_bg{width: 1.22rem; bottom: 0.02rem; left: 0.02rem;}
 span.house_imgs_lf{display: block;position: absolute;left:0px;bottom: 0px;z-index: 10;width: 0.12rem;height: 0.67rem;background:#ccc;cursor:pointer;background: url(../pic/left_arrow.png) center center no-repeat #f2f2f2;border: 1px solid #ccc;}
 span.house_imgs_rt{display: block;position: absolute;right:0px;bottom: 0px;z-index: 10;width: 0.12rem;height: 0.67rem;background:#ccc;cursor:pointer;background: url(../pic/right_arrow.png) center center no-repeat #f2f2f2;border: 1px solid #ccc;}


.xqym .cpxqnr {
  width: 9.5rem;
  float: right;
}
.xqym h1 {
  text-align: center;
  margin: 0.2rem 0;
  color: #0070d8;
  font-size: 0.25rem;
}
.xqym .time {
  text-align: center;
}
.xqym p {
  font-size: 0.16rem;
  color: #666666;
}
.xqym .summary {
  width: 9rem;
  margin: 0 auto;
  font-size: 0.16rem;
  line-height: 0.32rem;
  white-space: pre-wrap;
}
.xqym .newsxqnr {
  width: 9rem;
  float: right;
}
.paging_prev {
  float: left;
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0.1rem 0.1rem 0 0.1rem;
  font-size: 0.16rem;
  overflow: hidden;
}
.paging_prev span {
  color: #888;
}
.paging_prev a:hover {
  color: #fcb501;
}
.xgnews {
  width: 9.5rem;
  float: left;
  background: #fafafa;
  color: #444;
  height: 0.5rem;
  line-height: 0.5rem;
  font-weight: bold;
  font-size: 0.2rem;
  border-left: 2px solid #ff0000;
  text-indent: 0.1rem;
  margin: 0.2rem 0 0.1rem 0;
}
.xqym .newsxqnr li {
  float: left;
  width: 4.4rem;
  padding: 0.1rem 0.2rem 0 0.15rem;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  font-size: 0.16rem;
  position: relative;
}
.xqym .newsxqnr li a:hover {
  color: #fcb501;
}
.xqym .newsxqnr li:before {
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  background: #d70104;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.22rem;
}
.EcplistL {
  float: left;
  width: 2.1rem;
  background: #fff;
}
.EcplistL .tittle {
  float: left;
  background: url(../pic/left_1.jpg) center center no-repeat;
  border-radius: 0.1rem 0.1rem 0 0;
  line-height: 0.5rem;
  color: #fff;
  padding-left: 0.2rem;
  width: 1.9rem;
  font-weight: bold;
  font-size: 0.16rem;
}
.EcplistL .C1 {
  float: left;
  border: 1px solid #ededed;
  border-top: 0px;
  width: 1.88rem;
  padding-left: 0.2rem;
  padding-top: 0.1rem;
  background: url(/eleven/pic/left_2.png) center bottom no-repeat #f6f6f6;
  background-size: 2.29rem 1.84rem;
}
.EcplistL .C1 h2 {
  float: left;
  width: 1.68rem;
  font-size: 0.15rem;
  line-height: 0.4rem;
  border-bottom: 1px dashed #ededed;
  background: url(/eleven/pic/jiantou.png) no-repeat right center;
  background-size: 0.04rem 0.07rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-weight: normal;
}
.EcplistL .C1 h3 {
  display: none;
  float: left;
  width: 1.48rem;
  font-size: 0.13rem;
  line-height: 0.3rem;
  padding-left: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-weight: normal;
}
.EcplistL .C1 h3:before {
  content: "";
  display: block;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 100%;
  background-color: #00469a;
  position: absolute;
  left: 0.07rem;
  top: 0.13rem;
}
.EcplistL .left-botm {
  float: left;
  width: 1.68rem;
  height: 1.85rem;
}
.left-botm span {
  padding-top: 0.65rem;
  text-align: center;
  line-height: 0.18rem;
  color: #fff;
  font-size: 0.18rem;
  display: block;
}
.left-botm .tel400 {
  font-family: "Impact";
  line-height: 0.58rem;
  width: 1.68rem;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
}
.left-botm a {
  text-align: center;
  color: #fff;
  padding-left: 0.48rem;
  line-height: 0.26rem;
  font-size: 0.18rem;
}
.mianbaoxie {
  float: left;
  width: 12rem;
  line-height: 0.5rem;
  font-size: 0.14rem;
  color: #888888;
}
.mianbaoxie a {
  color: #666666;
}
.slide {
  width: 0.5rem;
  height: auto;
  position: fixed;
  top: 50%;
  margin-top: -1.26rem;
  background: #f00;
  right: 0;
  border-radius: 0.05rem 0 0 0.05rem;
  z-index: 999;
}
.slide ul {
  list-style: none;
}
.slide .icon li {
  width: 0.49rem;
  height: 0.5rem;
  background: url(../pic/iconright.png) no-repeat;
  background-size: 5rem 1.96rem;
}
.slide .icon .up {
  background-position: -3.3rem -1.2rem;
}
.slide .icon li.qq {
  background-position: -3.85rem -0.73rem;
}
.slide .icon li.tel {
  background-position: -3.85rem -1.6rem;
}
.slide .icon li.wx {
  background-position: -3.85rem -1.2rem;
}
.slide .icon li.down {
  background-position: -3.3rem -1.6rem;
}
.slide .info {
  top: 50%;
  height: 1.47rem;
  position: absolute;
  right: 100%;
  background: #f00;
  width: 0px;
  overflow: hidden;
  margin-top: -0.735rem;
  transition: 0.5s;
  border-radius: 0.04rem 0 0 0.04rem;
}
.slide .info.hover {
  width: 1.45rem;
}
.slide .info li {
  width: 1.45rem;
  color: #ffffff;
  text-align: center;
}
.slide .info li p {
  font-size: 1.1em;
  line-height: 2em;
  padding: 0.1rem;
  text-align: left;
}
.slide .info li.qq p a {
  display: block;
  margin-top: 0.12rem;
  width: 1rem;
  height: 0.32rem;
  line-height: 0.32rem;
  color: #ffffff;
  font-size: 0.16rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 0.05rem;
}
.slide .info li.qq p a:hover {
  color: #0657b2;
  border: none;
  background: #ffffff;
}
.slide .info li div.img {
  height: 100%;
  background: #defff9;
  margin: 0.15rem;
}
.slide .info li div.img img {
  width: 100%;
  height: 100%;
}

.gsaboutxq .page {
  float: left;
  width: 9.5rem;
  line-height: 0.3rem;
}
.gsaboutxq .Page1C2 {
  float: left;
  width: calc(100% - 0.3rem - 2px);
  margin-top: 0.2rem;
  line-height: 0.3rem;
  border: 1px solid #ededed;
  padding: 0.15rem;
}
.gsaboutxq #tianxieone {
  float: left;
  width: calc(100% - 0.2rem);
  padding: 0.1rem;
  color: #666;
}
.gsaboutxq #tianxietwo {
  float: left;
  width: 2.5rem;
  text-align: right;
  color: #666;
  font-weight: normal;
  font-size: 0.14rem;
}
.gsaboutxq #tianxiethree {
  float: left;
}
.gsaboutxq #tianxiethree textarea {
  border: 1px solid #d6d6d6;
}
.gsaboutxq #tianxiethree input {
  border: 1px solid #d6d6d6;
  height: 0.3rem;
  background: none;
}
.gsaboutxq #liuyanshenming {
  float: left;
  text-align: center;
  width: 100%;
  color: #666;
  font-weight: normal;
  font-size: 0.14rem;
  padding: 0;
  margin: 0;
}
.gsaboutxq #lytijiao {
  width: 60%;
  float: left;
  padding: 0.1rem 0;
  padding-left: 40%;
}
.gsaboutxq #lytijiao input {
  padding: 0.08rem 0.4rem;
  border: 0px;
  outline: 0;
  background: #016ed3;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0.05rem;
}

.footLayer {
  display: none;
}
#info img {
  max-width: 100%;
}
/*左侧推荐*/

.qytj .nav19 .tab01 {
  background: #fff;
  color: #333;
  width: calc(50% - 4px);
  height: 0.3rem;
}

.qytj .com19 li i {
  background: #f2f2f2;
  width: 0.2rem;
  height: 0.2rem;
  text-align: center;
  float: left;
  font-style: normal;
  color: #333333;
}
.qytj .com19 li .nom1 {
  background: #0a8ce2;
  color: #fff;
}
.qytj .com19 li .nom2 {
  background: #e92938;
  color: #fff;
}
.qytj .com19 li .nom3 {
  background: #f55966;
  color: #fff;
}
.qytj .com19 li span {
  display: none;
}
.qytj .com19 li p {
  float: left;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 0.25rem;
  line-height: 0.25rem;
  width: 100%;
}
.qytj .com19 .cur {
  float: left;
  width: 2.49rem;
  height: 0.85rem;
  line-height: 0.2rem;
  margin-top: 0.1rem;
  background: #f6f6f6;
}
.qytj .com19 .cur span {
  margin-top: 0.1rem;
  position: relative;
  display: block;
  float: left;
  height: 0.4rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.14rem;
  color: #333;
  padding-left: 0;
  line-height: 0.2rem;
}
.qytj .com19 .cur span img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 0.5rem;
  max-width: 0.5rem;
  margin: auto;
}
.qytj .com19 .cur p {
  float: left;
  width: 100%;
  margin-top: 0.1rem;
  line-height: 0.2rem;
  font-size: 0.16rem;
  font-weight: bold;
  height: 0.2rem;
  color: #008800;
}
.qytj .com19[type="1"] .cur {
  background: #fff;
  height: 0.25rem;
  line-height: 0.25rem;
}
.qytj .com19[type="1"] .cur p {
  height: 0.25rem;
  line-height: 0.25rem;
  width: 100%;
  margin: 0;
}
.qytj {
  float: left;
  width: 2.1rem;
  background: #ffffff;
  margin-top: 0.2rem;
}
.qytj .nav19 {
  float: left;
  background: url(http://c.b2b168.net/spvip08/pic/left_1.jpg) center center
    no-repeat;
  border-radius: 0.1rem 0.1rem 0 0;
  line-height: 0.5rem;
  color: #fff;
  padding-left: 0.2rem;
  width: 1.9rem;
  font-weight: bold;
  font-size: 0.16rem;
}
.com19 {
  float: left;
  width: 2.08rem;
  border: 1px solid #c6c6c6;
}
.qytj .com19 li {
  float: left;
  width: 1.9rem;
  height: 0.25rem;
  line-height: 0.25rem;
  margin-top: 0.1rem;
  border-bottom: 1px dashed #ccc;
  padding: 0 0.1rem;
  position: relative;
}
.qytj .com19 .cur {
  width: calc(1.9rem - 2px);
  float: left;
  height: 0.85rem;
  line-height: 0.2rem;
  margin-top: 0.1rem;
  background: #f6f6f6;
}
.qytj .com19 li {
  float: left;
  width: 1.9rem;
  height: 0.25rem;
  line-height: 0.25rem;
  margin-top: 0.1rem;
  border-bottom: 1px dashed #ccc;
  padding: 0 0.1rem;
  position: relative;
}
.qytj .com19 li span {
  display: none;
}
/* 左侧新鲜信息 */
.qytj .nav19 {
  width: 1.8rem;
  float: left;
  border-bottom: 1px solid #ededed;
  position: relative;
  font-size: 0.18rem;
  font-weight: 12;
  color: #fff;
  height: 0.3rem;
  line-height: 0.3rem;
  background: #333;
  padding: 0.1rem 0;
  padding-left: 0.3rem;
  overflow: hidden;
  background: url(http://c.b2b168.net/spvip08/pic/left_1.jpg) center center no-repeat;
}
.qytj .nav19 .tab01 {
  background: #fff;
  color: #333;
  width: 50%;
  height: 0.3rem;
  margin-left: -0.2rem;
  float: left;
  font-size: 0.16rem;
  text-align: center;
}
.qytj .nav19 .tabBar {
  text-align: center;
  float: right;
  font-size: 0.16rem;
  cursor: pointer;
  width: 50%;
  margin-right: 0.1rem;
}

/* 热门推荐 */
.W1200 {
  margin: 0 auto;
  width: 12rem;
  overflow: hidden;
  height: auto;
  margin-bottom:0.3rem;
}
.W1200 .topCon_2 {
  float: left;
  width: 11.85rem;
  height: 2.6rem;
  padding: 0px 0 0 0;
  border-top: 0;
  overflow: hidden;
  background-color: #fff;
  padding: 0rem 0px 0.15rem 0px;
  margin-left:0.25rem;
  margin-top: 0.15rem;
}

.W1200 .cptjT {
  width: 12rem;
  text-align: center;
  font-size: 0.3rem;
  height: 0.5rem;
  color: #eb3d00;
  font-weight: bold;
  margin-top: 0.4rem;
}
.W1200 .topCon_2 .li01 {
  position: relative;
  overflow: hidden;
  float: left;
  width: 1.9rem;
  height: 2rem;
  border: 1px #ededed solid;
  padding: 0.04rem;
  font-size: 0px;
  margin-top:0.1rem;
}
.W1200 .topCon_2 .li01 img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0.1rem;
  max-width: 100%;
  max-height: 100%;
}
.W1200 .topCon_2 .li02 {
  float: left;
  width: 2rem;
  text-align: center;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.3rem;
}
.W1200 .topCon_2 ul {
  float: left;
  width: 2rem;
  height: 2.5rem;
  padding: 0px 0.1rem 0px 0.1rem;
  background: #ffffff;
  margin: 0.15rem 0.06rem 0 0.06rem;
}
